Changes between Version 43 and Version 44 of RxNormForVista
- Timestamp:
- Feb 5, 2014, 8:49:50 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RxNormForVista
v43 v44 33 33 On GT.M V6.0, create the following Global File Definition, and run it with GDE: 34 34 {{{ 35 add -segment C0CRXN -file="/path/to/your/globals/c0crxn.dat" -allocation=200000 36 -block_size=4096 -lock_space=100 -extension_count=1000 -global_buffer_count=8192 35 add -segment C0CRXN -file="/path/to/your/globals/c0crxn.dat" -allocation=200000 -block_size=4096 -lock_space=100 -extension_count=1000 -global_buffer_count=8192 37 36 add -region C0CRXN -record_size=16368 -key_size=255 -dyn=C0CRXN 38 37 add -name C0CRXN -region=C0CRXN 38 }}} 39 40 It's often necessary to increase your shared memory. The last line will change it for all reboots; the first line will do it for this boot. 41 {{{ 42 sysctl -w kernel.shmmax=67108864 43 echo "kernel.shmmax=67108864" >> /etc/sysctl.conf 39 44 }}} 40 45