Displaying 20 results from an estimated 81 matches for "cachesize".
Did you mean:
cache_size
2015 Mar 18
2
multiple memcached buckets in CentOS 7
...sysctl is new to me!
I see we have this file:
[root at web1:~] #cat /usr/lib/systemd/system/memcached.service
[Unit]
Description=Memcached
Before=httpd.service
After=network.target
[Service]
Type=simple
EnvironmentFile=-/etc/sysconfig/memcached
ExecStart=/usr/bin/memcached -u $USER -p $PORT -m $CACHESIZE -c $MAXCONN
$OPTIONS
[Install]
WantedBy=multi-user.target
And we have this one under sysconfig:
[root at web1:~] #cat /etc/sysconfig/memcached
PORT="11211"
USER="memcached"
MAXCONN="1024"
CACHESIZE="64"
OPTIONS=""
So I'm trying to figure out...
2015 Mar 18
1
multiple memcached buckets in CentOS 7
...ystem/memcached.service
> > [Unit]
> > Description=Memcached
> > Before=httpd.service
> > After=network.target
> >
> > [Service]
> > Type=simple
> > EnvironmentFile=-/etc/sysconfig/memcached
> > ExecStart=/usr/bin/memcached -u $USER -p $PORT -m $CACHESIZE -c $MAXCONN
> > $OPTIONS
> >
> > [Install]
> > WantedBy=multi-user.target
> >
> > And we have this one under sysconfig:
> >
> > [root at web1:~] #cat /etc/sysconfig/memcached
> > PORT="11211"
> > USER="memcached"
> &...
2015 Mar 18
0
multiple memcached buckets in CentOS 7
...gt; [root at web1:~] #cat /usr/lib/systemd/system/memcached.service
> [Unit]
> Description=Memcached
> Before=httpd.service
> After=network.target
>
> [Service]
> Type=simple
> EnvironmentFile=-/etc/sysconfig/memcached
> ExecStart=/usr/bin/memcached -u $USER -p $PORT -m $CACHESIZE -c $MAXCONN
> $OPTIONS
>
> [Install]
> WantedBy=multi-user.target
>
> And we have this one under sysconfig:
>
> [root at web1:~] #cat /etc/sysconfig/memcached
> PORT="11211"
> USER="memcached"
> MAXCONN="1024"
> CACHESIZE="64&qu...
2015 Jan 13
3
DJBDNS: very weird dnscache issue
...oad
exceed 200 requests per second. In tests conducted earlier the DNS server
successfully demonstrated speeds in tens of thousands of requests per
second.
We then proceeded to edit the following parameters in the dnscache.conf as
they seemed to be the only ones that seemed relevant: DATALIMIT and
CACHESIZE. They are described as limints (in bytes) on the total data
memory allocation and cache, default values are 80000000 and 50000000
respectively.
Playing with these demonstrated some highly counterintuitive results:
1) Setting the values lower (say, an order of magnitude lower) made the
dnscache pr...
2015 Jan 14
2
DJBDNS: very weird dnscache issue
...he DNS server
> > successfully demonstrated speeds in tens of thousands of requests per
> > second.
> >
> > We then proceeded to edit the following parameters in the dnscache.conf
> as
> > they seemed to be the only ones that seemed relevant: DATALIMIT and
> > CACHESIZE. They are described as limints (in bytes) on the total data
> > memory allocation and cache, default values are 80000000 and 50000000
> > respectively.
> >
> > Playing with these demonstrated some highly counterintuitive results:
> >
> > 1) Setting the values low...
2013 Jun 17
2
SVMREF infinte number of genes
...f cancer people representedas factor y.
here is the code:
library(e1071)
#load database
db <-
read.csv(file="databases\\colon-cancer\\colon-cancer.csv",head=FALSE,sep=",")
x = as.matrix(db[,1:(ncol(db)-1)])
y = as.factor(db[,ncol(db)])
svmModel = svm(x, y, cost = 10, cachesize=500, scale=F,
type="C-classification", kernel="linear" )
Now how to plot this infinte number of genes after classification using
SVM???
thanks
[[alternative HTML version deleted]]
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
...0 mS in "amd cpu check"
0 mS in "core check"
0 mS in detect_cache
0 mS in generic_identify
sizeof(cpu->vendor): 48
sizeof(cpu->model): 48
0 mS in "family-vendor-model-stepping"
416445 mS in "family-vendor strings"
416445 mS in "cores-cachesizes"
416445 mS in set_generic_info
416445 mS in set_cpu_flags
416500 mS in cpu_detect
DISKS: Detecting
416500 mS in detect_disks
VPD: Detecting
416555 mS in detect_vpd
PCI: 11 devices detected
PCI: Resolving names
PCI: Resolving class names
PCI: Resolving module names
PCI: 11 Devices Fo...
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
...0 mS in "amd cpu check"
0 mS in "core check"
0 mS in detect_cache
0 mS in generic_identify
sizeof(cpu->vendor): 48
sizeof(cpu->model): 48
0 mS in "family-vendor-model-stepping"
416445 mS in "family-vendor strings"
416445 mS in "cores-cachesizes"
416445 mS in set_generic_info
416445 mS in set_cpu_flags
416500 mS in cpu_detect
DISKS: Detecting
416500 mS in detect_disks
VPD: Detecting
416555 mS in detect_vpd
PCI: 11 devices detected
PCI: Resolving names
PCI: Resolving class names
PCI: Resolving module names
PCI: 11 Devices Fo...
2019 May 16
3
[PATCH 05/10] s390/cio: introduce DMA pools to cio
...ected IRQs: 2K (for the per-CPU bit vectors)
1..nr_cpu (for the summary bit vector)
The options are:
* page allocations for everything
* dma_pool for AIRQ_IV_CACHELINE ,gen_pool for others
* dma_pool for everything
I think we should do option 3 and use a dma_pool with cachesize
alignment for everything (as a prerequisite we have to limit
config PCI_NR_FUNCTIONS to 2K - but that is not a real constraint).
Sebastian
2019 May 16
3
[PATCH 05/10] s390/cio: introduce DMA pools to cio
...ected IRQs: 2K (for the per-CPU bit vectors)
1..nr_cpu (for the summary bit vector)
The options are:
* page allocations for everything
* dma_pool for AIRQ_IV_CACHELINE ,gen_pool for others
* dma_pool for everything
I think we should do option 3 and use a dma_pool with cachesize
alignment for everything (as a prerequisite we have to limit
config PCI_NR_FUNCTIONS to 2K - but that is not a real constraint).
Sebastian
2005 Jun 05
4
Problems with testing Openldapserver telnet localhost 389
.../etc/openldap/schema/nis.schemas
pidfile /var/run/slapd/slapd.pid
argsfile /var/run/slapd/slapd.args
database ldbm
suffix "dc=samba,dc=junits"
rootdn "cn=admin,dc=samba,dc=junits"
rootpw secret
directory /var/lib/ldap
cachesize 40000
dbcache 60000000
index cn,sn,uid,displayName pres,sub,eq
index uidNumber,gidNumber eq
index sambaSID eq
index sambaPrimaryGroupSID eq
index sambaDomainName e...
2015 Jan 13
0
DJBDNS: very weird dnscache issue
...cond. In tests conducted earlier the DNS server
> successfully demonstrated speeds in tens of thousands of requests per
> second.
>
> We then proceeded to edit the following parameters in the dnscache.conf as
> they seemed to be the only ones that seemed relevant: DATALIMIT and
> CACHESIZE. They are described as limints (in bytes) on the total data
> memory allocation and cache, default values are 80000000 and 50000000
> respectively.
>
> Playing with these demonstrated some highly counterintuitive results:
>
> 1) Setting the values lower (say, an order of magnitu...
2015 Jan 15
0
DJBDNS: very weird dnscache issue
...successfully demonstrated speeds in tens of thousands of requests per
>> > second.
>> >
>> > We then proceeded to edit the following parameters in the dnscache.conf
>> as
>> > they seemed to be the only ones that seemed relevant: DATALIMIT and
>> > CACHESIZE. They are described as limints (in bytes) on the total data
>> > memory allocation and cache, default values are 80000000 and 50000000
>> > respectively.
>> >
>> > Playing with these demonstrated some highly counterintuitive results:
>> >
>> > 1...
2003 Dec 10
3
e1071:svm - default epsilon = 0.1 (NOT 0.5) (PR#5671)
In e1071 package/svm default epsilon value is set to 0.1 and not 0.5
as documentation says.
R
2011 Mar 24
1
qmail schema
...dap.la
access to *
by * read
#######################################################################
# BDB database definitions
#######################################################################
database bdb
suffix "dc=xxxxx,dc=xxx"
checkpoint 1024 5
cachesize 40000
rootdn "cn=Manager,dc=xxxxx,dc=xxx"
rootpw xxxxxxxxx
directory /var/lib/ldap
index objectClass eq
index cn,sn,uid pres,sub,eq
#index mail,accountStatus eq
#index mailHost,mailMessageStore sub,eq
#index mailQuotaSize...
2019 May 22
1
[PATCH 05/10] s390/cio: introduce DMA pools to cio
...and waste a lot.
>
> > * dma_pool for AIRQ_IV_CACHELINE ,gen_pool for others
>
> I prefer this. Explanation follows.
>
> > * dma_pool for everything
> >
>
> Less waste by factor factor 16.
>
> > I think we should do option 3 and use a dma_pool with cachesize
> > alignment for everything (as a prerequisite we have to limit
> > config PCI_NR_FUNCTIONS to 2K - but that is not a real constraint).
>
> I prefer option 3 because it is conceptually the smallest change, and
^
2
> provides the behavior wh...
2005 Apr 05
1
Jakarta-Tomcat 1.2.10 problem
...usr/local/jakarta-tomcat-x.x.x/webapps/therestaurant
ServerName www.therestaurant.name
</VirtualHost>
And below is workers.properties file worker.ajp13Worker.port=8009
worker.ajp13Worker.host=xxx.xxx.xxx.xxx
worker.ajp13Worker.type=ajp13
worker.ajp13Worker.lbfactor=50
worker.ajp13Worker.cachesize=10 worker.ajp13Worker.cache_timeout=600
Any suggestions ?
Im giving IP address in NameVirtualHost and worker.ajp13Worker.host
directives. Shall I provide DNS name?
Thankx again.
Vaneet
Vaneet Sharma
executive manager
iDeasTank Limited
an iwg business
dolphins' court po 388
valletta, m-m...
2005 Jul 05
3
XP Join Samba 3 ; cannot find user name
...cific Backend Directives for bdb:
# Backend specific directives apply to this backend until another
# 'backend' directive occurs
backend bdb
#######################################################################
# Set the entry cache size to 5000.
#
# This value is separate from the set_cachesize value set in
# the DB_CONFIG file under the bdb directory. That value
# should be set as well to optimize database caching for the
# Berkeley DB subsystem.
#
#cachesize 5000
#######################################################################
# Set transactional checkpoint...
2024 Sep 18
1
ad dc performance issues
...nts allow = aaa bbbb
prefork children = 64
server min protocol = SMB2_10
dbindex:objectClass = yes
dbindex:uid = yes
dbindex:uidNumber = yes
dbindex:gidNumber = yes
dbindex:memberUid = yes
dbindex:sAMAccountName = yes
ldb:max-cachesize = 10000000
ldap timeout = 2
ldap replication sleep = 1000
Are there any performance parameters for LDB databases or an alternative to LDB for better scalability?
Thanks for any help
Hubert
---
Hubert Kr?ss
Systeme | sistemi
S?dtiroler Gemeindenverband Genossenschaft | Consor...
2006 Apr 25
1
Changing Windows Passwords
...m database definitions
#######################################################################
database bdb
suffix "dc=lufkin,dc=com"
rootdn "cn=Manager,dc=lufkin,dc=com"
rootpw XXXXXX
directory /var/lib/ldap
loglevel 0
cachesize 100000
idlcachesize 300000
checkpoint 1024 5
limits dn.exact="cn=Replica,dc=lufkin,dc=com" size=unlimited
time=unlimited
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 1000
# Indices to maintain
## required by OpenLDAP
index objectclass eq
in...