remove unused file 'vm-cgconfig.conf' (#5127)

Honestly no clue why it's still here, should have been removed ages ago.
This is handled by vm-builder now.
This commit is contained in:
Em Sharnoff
2023-08-28 13:04:57 -07:00
committed by GitHub
parent 0fe3b3646a
commit e40ee7c3d1

View File

@@ -1,12 +0,0 @@
# Configuration for cgroups in VM compute nodes
group neon-postgres {
perm {
admin {
uid = vm-informant;
}
task {
gid = users;
}
}
memory {}
}