JavaScript is not currently enabled, but is required for full CodeSonar manual search and browse functionality.
If you are viewing this file in your hub's Web GUI, enable JavaScript in your browser: you will also need it for GUI functionality.
If you opened this file directly from disk, your browser may be directly suppressing JavaScript functionality: certain browsers perform this suppression on local files (but not files delivered by web servers) for security reasons.
| CodeSonar® 9.2p0 | CONFIDENTIAL | CodeSecure Inc |
The default Linux configuration may not be sufficient for running CodeSonar's PostgreSQL database.
If kernel.shmmax is lower than 134217728, or kernel.shmall is lower than 32768, you will need expand the shared memory. (If the settings are greater than or equal to these values, you don't need to change them.)
kernel.shmmax=134217728 kernel.shmall=32768
If you don't have access to /etc/sysctl.conf or don't want to make these settings permanent, use command line sysctl instead:
See Managing Kernel Resources in the PostgreSQL documentation.
To report problems with this documentation, please visit https://support.codesecure.com/.