This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-nomad
Watch
2
Star
0
Fork
You've already forked open-nomad
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
a20e3f6a74
open-nomad
/
command
/
agent
/
testdata
/
non-optional.hcl
4 lines
36 B
HCL
Raw
Normal View
History
Unescape
Escape
Allow to specify total memory on agent configuration Allow to set the total memory of an agent in its configuration file. This can be used in case the automatic detection doesn't work or in specific environments when memory overcommit (using swap for example) can be desirable.
2018-01-22 20:28:29 +00:00
client
{
chore: Format hcl configurations
2019-07-20 14:55:07 +00:00
memory_total_mb
=
5555
Allow to specify total memory on agent configuration Allow to set the total memory of an agent in its configuration file. This can be used in case the automatic detection doesn't work or in specific environments when memory overcommit (using swap for example) can be desirable.
2018-01-22 20:28:29 +00:00
}