bfg-common 1.2.105 → 1.2.106

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -335,5 +335,5 @@ export const capabilities: UI_I_Compatibility = {
335
335
  ],
336
336
  },
337
337
  maxCpus: 140,
338
- maxMemory: 65536,
338
+ maxMemory: 262144, // 256 GB
339
339
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.2.105",
4
+ "version": "1.2.106",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",