systems changed the topic of #ocaml to: OCaml 3.07 ! -- Archive of Caml Weekly News: http://pauillac.inria.fr/~aschmitt/cwn , A tutorial: http://merjis.com/richj/computers/ocaml/tutorial/ , A free book: http://cristal.inria.fr/~remy/cours/appsem, Mailing List (best ml ever for any computer language): http://caml.inria.fr/bin/wilma/caml-list
mimosa has quit ["J'ai fini."]
Nutssh has joined #ocaml
mattam_ is now known as mattam
Lemmih has joined #ocaml
kinners has joined #ocaml
ptolomy has joined #ocaml
ptolomy has quit [Read error: 54 (Connection reset by peer)]
cjohnson has joined #ocaml
ptolomy has joined #ocaml
<Nutssh> I'm looking for advice on tuning ocaml's garbage collector to reduce memory usage. I'm loading in 400mb of data and keeping two copies of it in RAM so usage *should* be 800mb. Its going up to 1.5gb which is 200mb more than I have available.
<whee> Nutssh: what happens if you force a collection?
<Nutssh> I'm about to try that.
<Nutssh> Last time that didn't seem to help much, and I'm not sure where is the right place to do it.
<whee> you could probably play with the gc settings to just have it not wait so long to collect
<Nutssh> Yeah. I'm trying that. It seems that space_overhead helps some.
<pattern> is there a memory profiler for ocaml?
<Lemmih> yeah ocamlprof.
<kinners> that's just an execution count profiler
<Lemmih> oh
<pattern> yeah, ocamlprof was the first thing i looked at
kinners has quit ["leaving"]
Defcon7 is now known as Def\playing
jdmarshall has joined #ocaml
cjohnson is now known as cj|sleep
Smerdyakov has joined #ocaml
jdmarshall has quit ["ChatZilla 0.9.52B [Mozilla rv:1.6/20040113]"]
gim has joined #ocaml
mlh has quit ["ni!"]
wazze has quit ["--- reality is that which, when you stop believing in it, doesn't go away ---"]
__DL__ has joined #ocaml
Nutssh has quit ["Client exiting"]
SpookRijder has joined #ocaml
__DL__ has quit ["Bye Bye"]
Nutssh has joined #ocaml
whiskas has joined #ocaml
ptolomy has quit [Read error: 60 (Operation timed out)]
whiskas has quit ["Pa / Bye."]
whiskas has joined #ocaml
whiskas has quit ["Pa / Bye."]
<Demitar> pattern, what you want to ensure is that your buffers are not referenced by a closure in there somewhere. And if you can, try to not use more than 800M in the first place by passing buffers around and blitting rather than copying etc.
Nutssh has left #ocaml []
DomC has joined #ocaml
Lemmih has quit [Remote closed the connection]
Maddas has left #ocaml []
whiskas has joined #ocaml
whiskas has quit [Client Quit]
karryall has joined #ocaml
gumleef has joined #ocaml
gumleef has quit ["Client exiting"]
mimosa has joined #ocaml
cj|sleep is now known as cjohnson
SpookRijder has quit ["ni!"]
Lemmih has joined #ocaml
pattern has quit [Read error: 60 (Operation timed out)]
pattern has joined #ocaml
mattam has quit [kornbluth.freenode.net irc.freenode.net]
Hadaka has quit [kornbluth.freenode.net irc.freenode.net]
mellum has quit [kornbluth.freenode.net irc.freenode.net]
ejt has quit [kornbluth.freenode.net irc.freenode.net]
mattam has joined #ocaml
ejt has joined #ocaml
Hadaka has joined #ocaml
mellum has joined #ocaml
DomC has quit ["ChatZilla 0.9.59p [Mozilla rv:1.6/20040206]"]
srv has quit [Read error: 104 (Connection reset by peer)]
srv has joined #ocaml
karryall has quit ["tcho"]
ptolomy has joined #ocaml
olczyk has joined #ocaml
<olczyk> I've built a toplevel, but when I start it from a directory other than the one I built it in, the modules I built in can't be loaded. Is there a way to specify extra directories to load libraries from?
<Banana> see option -I
<Banana> but did you add the proper .cmo and .cma when running ocamlmktop ?
<olczyk> Yeah, I did. But ( I'm guessing the toplevel wants the sma's in the same directory.
<olczyk> )_
<olczyk> The -I works. I didn't knwo it applied to a toplevel.
<olczyk> Thanks.
<Banana> olczyk: did you try the -custom flag ?
olczyk has quit [Read error: 54 (Connection reset by peer)]
amayil has joined #ocaml
wazze has joined #ocaml
Lemmih has quit [Excess Flood]
Lemmih has joined #ocaml
amayil has left #ocaml []
Nutssh has joined #ocaml
<pattern> new functional programming thread on slashdot - http://books.slashdot.org/books/04/03/12/221232.shtml?tid=126&tid=156&tid=188&tid=192
<yella> yeh seen it
Nutssh has quit ["Client exiting"]
infinitesimo has joined #ocaml
ptolomy has quit [Read error: 60 (Operation timed out)]
emu has joined #ocaml
<emu> are there ocaml debs for 3.07
<Smerdyakov> Sure. apt-get install ocaml if you're using testing or unstable.
<emu> for stable
<Smerdyakov> Ha. LOSER! :D
<emu> eh oh
<emu> i guess i'll ssh into my unstable box
<emu> annoying
<Smerdyakov> I don't know if anyone has made a package that runs in stable.
<Smerdyakov> I've never used ocaml with stable, so I've never looked.
<emu> know of any strange quoting or parser issues that might have cropped up between 3.06 and 3.07 (in the standard library/parser, not compiler)?
<Smerdyakov> There's a new operator in 3.07 for concatenating format strings.
<emu> ~ ?
<emu> where's the damn release notes
<Smerdyakov> ^^
ptolomy has joined #ocaml
jesse_ has joined #ocaml
infinitesimo has quit ["F(YF) = YF"]
Nutssh has joined #ocaml
mattam_ has joined #ocaml
mattam has quit [Read error: 60 (Operation timed out)]