mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 21:12:55 +00:00
13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
# Configuration for cgroups in VM compute nodes
|
|
group neon-postgres {
|
|
perm {
|
|
admin {
|
|
uid = vm-informant;
|
|
}
|
|
task {
|
|
gid = users;
|
|
}
|
|
}
|
|
memory {}
|
|
}
|