shm: make max pool size user configurable (via a 'tweak' setting)

This commit is contained in:
Daniel Eklöf 2020-03-25 20:48:02 +01:00
parent e9f1638750
commit 0baa249d8b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 39 additions and 11 deletions

View file

@ -77,6 +77,7 @@ struct config {
struct {
uint64_t delayed_render_lower_ns;
uint64_t delayed_render_upper_ns;
off_t max_shm_pool_size;
} tweak;
};