diff options
-rw-r--r-- | newmoon/_constraints | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/newmoon/_constraints b/newmoon/_constraints new file mode 100644 index 0000000..b058511 --- /dev/null +++ b/newmoon/_constraints @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<constraints> + <hardware> + <disk> + <size unit="G">30</size> + </disk> + <memory> + <size unit="M">14000</size> + </memory> + </hardware> +</constraints> |