Displaying 8 results from an estimated 8 matches for "maxssiz".
Did you mean:
maxdsiz
2008 Aug 14
2
Process size.
Hello,
FreeBSD 7.0-RELEASE-p3 #3
$top
...
PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND
36032 root 2838 44 0 1917M 1493M ucond 0 406:39 3.03% CGServer
...
$cat /boot/loader.conf.local
...
kern.maxdsiz="1073741824"
kern.maxssiz="134217728"
kern.dfldsiz="1073741824"
$limits
Resource limits (current):
...
datasize 1048576 kB
stacksize 131072 kB
How and why is it possible for process to grow up to 1493M and even
more? I suppose, it will be able to eat all available system memory (w...
2001 Jan 19
1
Core dumps on HP-UX
...ent_init id 0 arg 0
debug: Requesting X11 forwarding with authentication spoofing.
debug: channel request 0: shell
debug: channel 0: open confirm rwindow 0 rmax 16384
Pid 22024 received a SIGSEGV for stack growth failure.
Possible causes: insufficient memory or swap space,
or stack size exceeded maxssiz.
debug: channel 0: rcvd eof
debug: channel 0: output open -> drain
debug: channel 0: obuf empty
debug: channel 0: output drain -> closed
debug: channel 0: close_write
Connection to spare4 closed by remote host.
Connection to spare4 closed.
debug: Transferred: stdin 0, stdout 0, stderr 75 byt...
2003 Sep 13
4
Large memory issues on 4-STABLE
...has 4GB
of RAM.
After initial installation everything went well until someone found they
couldn;t allocate more than 512MB of RAM per process. After some poking
around I found some things things to adjustin the kernel conf file:
options MAXDSIZ="(2000*1024*1024)"
options MAXSSIZ="(128*1024*1024)"
options DFLDSIZ="(512*1024*1024)"
Now here's the problem, consistent with three versions of 4-STABLE over
the last couple of weeks and finally yesterday.
Everything works perfectly as abve except that limit reports datasize
2048000 kbytes - which...
2008 Feb 22
0
mddisk(ramdisk) root system that image size limit ?
...1.0K 0B 100% /dev
/dev/md0a 124M 4.0K 114M 0% /mnt
system not panic.
but config loader.rc, add "load -t mfs_root /image" or "load -t md_image
/image" will panic.
I tried configuring the kernel, change MD_ROOT_SIZE and
MAXDSIZ=(1024UL*1024*1024); MAXSSIZ=(512UL*1024*1024);
DFLDSIZ=(1024UL*1024*1024), panic still.
2003 Sep 11
0
squid+wccp No buffer space available
...options MSGSSZ=128 # size of a message segment
options MSGTQL=512 # max messages in system
options SHMSEG=16
options SHMMNI=32
options SHMMAX=2097152
options SHMALL=4096
options MAXDSIZ="(2048UL*1024*1024)"
options MAXSSIZ="(2048UL*1024*1024)"
options DFLDSIZ="(2048UL*1024*1024)"
options NMBCLUSTERS=65535
options NBUF=16384
When I am port-forwarding the traffic to the squid without wccp the machine is stable and works fine.
The problem appears after setting squid with wcc...
2003 May 16
2
make installworld fails : touch not found ?
...g message :
------ [modified LINT] --------------------------------------------------
machine i386
ident ANGEL
maxusers 64
makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc.
options MAXDSIZ="(512*1024*1024)"
options MAXSSIZ="(256*1024*1024)"
options DFLDSIZ="(256*1024*1024)"
cpu I686_CPU # aka Pentium Pro(tm)
options CPU_ATHLON_SSE_HACK
options CPU_ENABLE_SSE
options COMPAT_43
options SYSVSHM # include support for shared...
2003 Apr 10
0
panic: vinvalbuf: flush failed
...yte sectors: 255H 32S/T 4357C)
WARNING: / was not properly dismounted
bge0: gigabit link up
bge0: gigabit link up
The kernel config is derived from GENERIC. I've removed
devices which are not needed, and added the following:
options MAXDSIZ="(768*1024*1024)"
options MAXSSIZ="(256*1024*1024)"
options DFLDSIZ="(512*1024*1024)"
options NMBCLUSTERS=32768
options INCLUDE_CONFIG_FILE # Include this file in kernel
options CPU_ENABLE_SSE # Enable SSE/MMX2 instructions support.
options USER_LDT...
2003 Aug 13
6
5.1-R-p2 crashes on SMP with AMI RAID and Intel 1000/Pro
...ED_4BSD #4BSD scheduler
#options SCHED_ULE
#options ADAPTIVE_MUTEXES
#options PQ_CACHESIZE=256
options CPU_ENABLE_SSE
options CLK_USE_TSC_CALIBRATION
#options HZ=1000
#makeoptions CONF_CFLAGS=-fno-builtin
#options MAXDSIZ=(1024UL*1024*1024)
#options MAXSSIZ=(128UL*1024*1024)
#options DFLDSIZ=(1024UL*1024*1024)
options GEOM_AES
options GEOM_APPLE
options GEOM_BDE
options GEOM_BSD
options GEOM_GPT
options GEOM_MBR
options GEOM_PC98
options GEOM_SUNLABEL
options GEOM_VOL
opt...