* lisp/loadup.el: Enlarge the size of the hash table to 80000.
This commit is contained in:
parent
e221d32daf
commit
04f69f1764
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
|
||||
(if (eq t purify-flag)
|
||||
;; Hash consing saved around 11% of pure space in my tests.
|
||||
(setq purify-flag (make-hash-table :test 'equal :size 70000)))
|
||||
(setq purify-flag (make-hash-table :test 'equal :size 80000)))
|
||||
|
||||
(message "Using load-path %s" load-path)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue