Changes between Version 43 and Version 44 of RxNormForVista


Ignore:
Timestamp:
Feb 5, 2014, 8:49:50 PM (10 years ago)
Author:
Sam Habiel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RxNormForVista

    v43 v44  
    3333On GT.M V6.0, create the following Global File Definition, and run it with GDE:
    3434{{{
    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
     35add    -segment C0CRXN  -file="/path/to/your/globals/c0crxn.dat" -allocation=200000 -block_size=4096 -lock_space=100 -extension_count=1000  -global_buffer_count=8192
    3736add    -region  C0CRXN  -record_size=16368 -key_size=255 -dyn=C0CRXN
    3837add    -name    C0CRXN  -region=C0CRXN
     38}}}
     39
     40It'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{{{
     42sysctl -w kernel.shmmax=67108864
     43echo "kernel.shmmax=67108864" >> /etc/sysctl.conf
    3944}}}
    4045