diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-28 14:34:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-28 14:34:34 +0200 |
commit | 18122afe08eb7e6a54508e0d346c08300e0f8ac8 (patch) | |
tree | ba2f3ac09532c2cacb847cde1d394f3ca03a4b1e /target/config/Config.in.runtime | |
parent | f2ca4c1e61103a90c3c19b3ccaf1ac765705fccb (diff) |
use bigger tmpfs
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index b3f9b93b9..5a02ec0e5 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -34,6 +34,7 @@ config ADK_RUNTIME_TMPFS_SIZE default "16384" if ADK_TARGET_SYSTEM_LEMOTE_YEELONG default "32768" if ADK_TARGET_SYSTEM_IBM_X40 default "32768" if ADK_TARGET_SYSTEM_RASPBERRY_PI + default "32768" if ADK_TARGET_SYSTEM_CUBOX_I default "2048" help Size of /tmp in memory in Kilobyte. |