summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinkee Lee <minkee.lee@samsung.com>2017-07-29 21:03:59 +0900
committer황석연/L4/프로/개발플랫폼팀/에스코어 <syeon-hwang@users.noreply.github.sec.samsung.net>2017-07-31 11:36:32 +0900
commitbfecdf3d2aa0c99500f84746ea5c03617e4255aa (patch)
tree941a8039aca28fc39823ca0593c1357b3e3c1e08
parentdc491a23eb10a5f4317c16355879d7158711459c (diff)
downloademulator-manager-resources-bfecdf3d2aa0c99500f84746ea5c03617e4255aa.tar.gz
emulator-manager-resources-bfecdf3d2aa0c99500f84746ea5c03617e4255aa.tar.bz2
emulator-manager-resources-bfecdf3d2aa0c99500f84746ea5c03617e4255aa.zip
property: change default ram-size to 1024
Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
-rw-r--r--plugins/mobile/template/x86-standard.xml2
-rw-r--r--plugins/tv/template/x86-standard.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mobile/template/x86-standard.xml b/plugins/mobile/template/x86-standard.xml
index 6b517ab..a26b7c6 100644
--- a/plugins/mobile/template/x86-standard.xml
+++ b/plugins/mobile/template/x86-standard.xml
@@ -24,7 +24,7 @@
<value unit="cpu">4</value>
</CPU>
<RAM>
- <size unit="MiB">512</size>
+ <size unit="MiB">1024</size>
</RAM>
<touch maxTouchPoint="10"/>
</device>
diff --git a/plugins/tv/template/x86-standard.xml b/plugins/tv/template/x86-standard.xml
index e691aaa..df37c0c 100644
--- a/plugins/tv/template/x86-standard.xml
+++ b/plugins/tv/template/x86-standard.xml
@@ -23,7 +23,7 @@
<value unit="cpu">4</value>
</CPU>
<RAM>
- <size unit="MiB">512</size>
+ <size unit="MiB">1024</size>
</RAM>
<touch maxTouchPoint="10"/>
</device>