|
@ -134,7 +134,8 @@ |
|
|
(progn |
|
|
(progn |
|
|
(setq gc-cons-threshold (* 511 1024 1024) |
|
|
(setq gc-cons-threshold (* 511 1024 1024) |
|
|
gc-cons-percentage 0.5 |
|
|
gc-cons-percentage 0.5 |
|
|
garbage-collection-messages t) |
|
|
|
|
|
|
|
|
garbage-collection-messages t |
|
|
|
|
|
w32-get-true-file-attributes nil) |
|
|
(run-with-idle-timer 5 t #'garbage-collect))) |
|
|
(run-with-idle-timer 5 t #'garbage-collect))) |
|
|
#+END_SRC |
|
|
#+END_SRC |
|
|
|
|
|
|
|
|