Difference between revisions of "FWCONFIG"
(Created page with "= FWCONFIG = File used for setting important sotMC system parameters before starting the fw {{Note/Caution| To be used only by experienced user! }} ==Commands== * ramdisksiz...") |
(→Commands) |
||
Line 17: | Line 17: | ||
* passbuffersize | * passbuffersize | ||
* ipaddressmask | * ipaddressmask | ||
+ | <pre> | ||
+ | Examples: <br> | ||
+ | ipaddressmask 192.168.20.20:255.255.0.0 <br> | ||
+ | ipaddressmask dhcp <br> | ||
+ | </pre> | ||
* defaultgw | * defaultgw | ||
* netif | * netif | ||
* sleep | * sleep | ||
* stringblockpreload | * stringblockpreload | ||
+ | <pre> | ||
+ | Set a number of pre-allocated fixed blocks for string management <br> | ||
+ | Example: stringblockpreload 200000 <br> | ||
+ | Rules: | ||
+ | 1. For best performance This number shell be tuned to the maximum number (BlockMallocCounter) of "common shared" strings/structures used by application | ||
+ | Hints: <br> | ||
+ | BlockMallocCounter: maximum ("saturated") number of fixed blocks <br> | ||
+ | BlockInuseCounter: number of blocks allocated at this moment <br> | ||
+ | </pre> | ||
* stringpreload | * stringpreload | ||
* hpetfreq | * hpetfreq |
Revision as of 10:01, 26 October 2017
FWCONFIG
File used for setting important sotMC system parameters before starting the fw
CAUTION | |
To be used only by experienced user! |
Commands
- ramdisksize
- libstacksize
- taskstacksize
- ifaddr
- sysdatarecfilename
- sysdatareclen
- sysdatarecposttriglen
- haplsstartoutput
- haplsrange
- translatormempartsize
- passbuffersize
- ipaddressmask
Examples: <br> ipaddressmask 192.168.20.20:255.255.0.0 <br> ipaddressmask dhcp <br>
- defaultgw
- netif
- sleep
- stringblockpreload
Set a number of pre-allocated fixed blocks for string management <br> Example: stringblockpreload 200000 <br> Rules: 1. For best performance This number shell be tuned to the maximum number (BlockMallocCounter) of "common shared" strings/structures used by application Hints: <br> BlockMallocCounter: maximum ("saturated") number of fixed blocks <br> BlockInuseCounter: number of blocks allocated at this moment <br>
- stringpreload
- hpetfreq
- defaultbus
- singlebus
- cantimings
- socandevice
- tcp_keepalive_time
- tcp_keepalive_intvl
- tcp_keepalive_probes