search for: dfldsiz

Displaying 8 results from an estimated 8 matches for "dfldsiz".

Did you mean: dfasiz
2008 Oct 25
2
kern.maxdsiz on amd63 with i386 binaries
...dful of amd64 boxes running a 32-bit application, the reasons for this exact configuration mystify me as well as the deployment predates my time in the environment. Now that the dataset the application is loading is rapidly approaching 512MB we're starting to tweak kern.maxdsiz and kern.dfldsiz to 1GB. The i386 boxes are doing great, but we hit an issue with the amd64 machines in that 64bit apps seem to work fine, but the 32bit apps running on the amd64 machines fail to be able to use more than the i386 default of 512MB no matter what we set kern.maxdsiz to. I've also tried c...
2008 Aug 14
2
Process size.
...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 (was killed). Thank you for answers....
2003 Sep 13
4
Large memory issues on 4-STABLE
...ng 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 kind of makes sense given the figures above. Howev...
2008 Feb 22
0
mddisk(ramdisk) root system that image size limit ?
.../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
...ment 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 wccp and bringing gre interfaces. I've tried different...
2003 May 16
2
make installworld fails : touch not found ?
...---------------------------------- 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 memory options SYSVSEM # include s...
2003 Apr 10
0
panic: vinvalbuf: flush failed
...operly 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 # Allow user-level control of i386 LDT. options...
2003 Aug 13
6
5.1-R-p2 crashes on SMP with AMI RAID and Intel 1000/Pro
...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 options ROOTDEVNAME=\"ufs:amrd0s...