Skip to content

Commit

Permalink
corrected and clarified the comment on ram sizes in the config
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Feb 13, 2014
1 parent 2a4cfa7 commit f8d4904
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ opencomputers {
# run in a low-priority worker thread, this should be barely noticeable.
activeGC: true

# The sizes of the three tiers of RAM, in kilobytes. This list must
# contain exactly five entries, or it will be ignored.
# The sizes of the five levels of RAM, in kilobytes. This list must
# contain exactly five entries, or it will be ignored. Note that while
# there are five levels of RAM, they still fall into the three tiers of
# items (level 1 = tier 1, level 2, 3 = tier 2, level 4, 5 = tier 3).
ramSizes: [
64
128
Expand Down

0 comments on commit f8d4904

Please sign in to comment.