summaryrefslogtreecommitdiff
path: root/doc/forum/recent_propellor_snapshots_cause_ghc_OOMs
diff options
context:
space:
mode:
authorcraige@a46118dff5bc0fad85259759970d8b4b9fc377d72016-05-31 02:10:53 +0000
committeradmin2016-05-31 02:10:53 +0000
commit2e7565b3f0ccdfc2d1fd6b8f54ad67104145361f (patch)
treeba82cf464d9cfc6e6ae885f7254b17010bbbe078 /doc/forum/recent_propellor_snapshots_cause_ghc_OOMs
parentcb822f741eb1d3473cb5a4cf9c8c468e1f387a21 (diff)
Added a comment: Source
Diffstat (limited to 'doc/forum/recent_propellor_snapshots_cause_ghc_OOMs')
-rw-r--r--doc/forum/recent_propellor_snapshots_cause_ghc_OOMs/comment_4_2fa7a7b10f3a9d2602607ebb8bb48a65._comment38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/forum/recent_propellor_snapshots_cause_ghc_OOMs/comment_4_2fa7a7b10f3a9d2602607ebb8bb48a65._comment b/doc/forum/recent_propellor_snapshots_cause_ghc_OOMs/comment_4_2fa7a7b10f3a9d2602607ebb8bb48a65._comment
new file mode 100644
index 00000000..11411ff2
--- /dev/null
+++ b/doc/forum/recent_propellor_snapshots_cause_ghc_OOMs/comment_4_2fa7a7b10f3a9d2602607ebb8bb48a65._comment
@@ -0,0 +1,38 @@
+[[!comment format=mdwn
+ username="craige@a46118dff5bc0fad85259759970d8b4b9fc377d7"
+ nickname="craige"
+ subject="Source"
+ date="2016-05-31T02:10:53Z"
+ content="""
+Thanks for getting back to me Joey. BTW a friend of mine (Fractalcat | Sharif) met you at ICFP where you claimed I was your fourth user of propellor ;-)
+
+I'm not sure which source you're specifically after and my propellor repo is not yet public. Perhaps now's the time to do that :-)
+
+Here's where it's getting stuck in the propellor --spin cycle, this last one ran for 3 hours consuming most RAM and swap before I killed it:
+
+compile: input file src/config.hs
+*** Checking old interface for Main:
+[89 of 89] Compiling Main ( src/config.hs, dist/build/propellor-config/propellor-config-tmp/Main.o )
+*** Parser:
+*** Renamer/typechecker:
+^C^C^C^C
+
+My GHC flags in propellor.cabal are:
+
+Executable propellor-config
+ Main-Is: config.hs
+ GHC-Options: -threaded -Wall -fno-warn-tabs -O0 -v3 -j1
+ Extensions: TypeOperators
+ Hs-Source-Dirs: src
+ Build-Depends:
+ base >= 4.5, base < 5,
+ MissingH, directory, filepath, IfElse, process, bytestring, hslogger,
+ unix, unix-compat, ansi-terminal, containers (>= 0.5), network, async,
+ time, mtl, transformers, exceptions (>= 0.6), stm, text
+
+Some googling made me think my custom types were causing this and they needed to be upgraded so I commented out all my custom types but this did not help.
+
+I'm happy to paste up my source when I know which files you need.
+
+Thanks!
+"""]]