`vpp settings host-resources` are not VPP options, but sysctl options, so they are global, and keep them under VPP is a wrong way.
The better way is to move them to `set system option `
Proposed CLI
```
set system option host-resources max-map-count < auto | xxxx >
set system option host-resources shmmax < auto | xxxx >
```