search for: maxdsiz

Displaying 11 results from an estimated 11 matches for "maxdsiz".

2008 Oct 25
2
kern.maxdsiz on amd63 with i386 binaries
...boxes, and a handful 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'...
2003 Sep 13
4
Large memory issues on 4-STABLE
...Xeon box used by our students for data crunching. It 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 exce...
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 t...
2008 May 15
5
syslog console log not logging SCSI problems
One of our FreeBSD boxes has a SCSI controller and disk, which showed problems earlier this week. There was a lot of of chatter from the SCSI driver in /var/log/messages and to the console. However, the console is unattended and we only discovered the problem subsequently because /var/log/console.log didn't show any of the chatter. console.log is otherwise working, and very helpful (e.g. it
2008 Feb 22
0
mddisk(ramdisk) root system that image size limit ?
.../ devfs 1.0K 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.
2007 Apr 20
0
Errors messages
...thing... ) Another program open the windows and stops: err:seh:setup_exception nested exception on signal stack in thread 000b eip ac19ff33 esp 00113c30 stack 0x251000-0x360000 I use the command "wine explorer /desktop=ref,800x600 <filename> System FreeBSD 6.2 (I have changed the kern.maxdsiz to 805306368 for wine, it should not be the problem) and wine version 0.9.35 Sincerely, -- regis
2003 Sep 11
0
squid+wccp No buffer space available
...s MSGSEG=8192 # number of message segments 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...
2003 May 16
2
make installworld fails : touch not found ?
...here were my kernel config file, make.conf, and dmesg 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...
2003 Apr 10
0
panic: vinvalbuf: flush failed
...: 135.168MB/s transfers da0: 17359MB (35553120 512 byte 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 instr...
2003 Nov 08
2
malloc errors? out of memory with many files on HP-UX
Hi, folks. I've started getting these errors from rsync, and any help would be appreciated: >ERROR: out of memory in string_area_new buffer >rsync error: error allocating core memory buffers (code 22) at util.c(115) >ERROR: out of memory in string_area_new buffer >rsync error: error allocating core memory buffers (code 22) at util.c(115) >ERROR: out of memory in
2003 Aug 13
6
5.1-R-p2 crashes on SMP with AMI RAID and Intel 1000/Pro
...s. #options COMPAT_FREEBSD4 options SCHED_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...