Is it neccesary to create service file? There is a line CONFIG_LRU_GEN_ENABLED commented in boot file and I read in bugzilla that is enough to enable service: bugzilla.suse.com/show_bug.cgi?id=...
echo y >/sys/kernel/mm/lru_gen/enabled
At least, on openSUSE Tumbleweed, I can't seem to enable MGLRU by echo y >/sys/kernel/mm/lru_gen/enabled at runtime. Therefore, I use the service file.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Is it neccesary to create service file? There is a line CONFIG_LRU_GEN_ENABLED commented in boot file and I read in bugzilla that is enough to enable service:
bugzilla.suse.com/show_bug.cgi?id=...
echo y >/sys/kernel/mm/lru_gen/enabled
Is this true?
At least, on openSUSE Tumbleweed, I can't seem to enable MGLRU by
echo y >/sys/kernel/mm/lru_gen/enabledat runtime. Therefore, I use the service file.