You are currently reviewing an older revision of this page.
By Default, SEQ will use as much memory as possible to cache log messages. If SEQ is installed on a shared server (e.g. on the same machine / VM as the Interop Service, or RabbitMQ) then it is desirable to limit the amount of memory SEQ will use.
to change this, open the config file located at %programdata%\seq\seq.json and change the SystemRamTarget to something lower, e.g. 20%:
The tradeoff is that when older messages are flushed out of memory and the disk has to be accessed searching for older messages becomes quite slow.