summaryrefslogtreecommitdiff
path: root/src/option.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c
index 3be561206..87cf5f6d2 100644
--- a/src/option.c
+++ b/src/option.c
@@ -3030,7 +3030,7 @@ set_init_1()
#else
# ifdef HAVE_TOTAL_MEM
/* Use amount of memory available to Vim. */
- n = (mch_total_mem(FALSE) >> 11);
+ n = (mch_total_mem(FALSE) >> 1);
# else
n = (0x7fffffff >> 11);
# endif