mitchellscnih

Results 4 comments of mitchellscnih

Hi Hugh, Thanks for the quick response. Here is the information requested: > confirm the exact Linux 8 & 7 versions being used with the command `cat /etc/os-release`. ``` RHEL...

Thanks @imitko , i did change the call to `file_open()`. Did not help with the swap memory issue

I have tried several `swappiness` settings (`0`, `10`, and the default `60`) and same swap problem. I did find [this RedHat article](https://access.redhat.com/solutions/6785021) on the `cgroups` fix, and the swap memory...

Hey @pkleef yeah, i did see the solution in progress article which led me to the cgroup. As I read, the cgroup change should have potentially fixed the issue. I...