This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-15
Channels
- # announcements (13)
- # aws (6)
- # babashka (23)
- # babashka-sci-dev (6)
- # beginners (64)
- # calva (110)
- # cider (25)
- # cljs-dev (5)
- # cljsrn (8)
- # clojars (5)
- # clojure (20)
- # clojure-austin (1)
- # clojure-europe (77)
- # clojure-nl (1)
- # clojure-uk (3)
- # clojurescript (14)
- # cursive (7)
- # datahike (9)
- # datomic (13)
- # eastwood (15)
- # emacs (14)
- # figwheel-main (1)
- # fulcro (8)
- # graalvm-mobile (2)
- # graphql (2)
- # honeysql (2)
- # hyperfiddle (2)
- # introduce-yourself (4)
- # jobs (4)
- # joyride (4)
- # leiningen (4)
- # lsp (8)
- # minecraft (8)
- # off-topic (11)
- # polylith (18)
- # rdf (2)
- # reagent (3)
- # reitit (4)
- # remote-jobs (1)
- # shadow-cljs (39)
- # specter (7)
- # xtdb (3)
Is it something special with the world created with the clojureD workshop repo? I get solid 110+ fps when I connect my client there. When I play in Single Player mode it drops significantly. As low as 30fps. (Maybe it is rather something special with the Single Player world created, but anyway, I'm just curious.)
If you run single player it basically runs an embedded vanilla minecraft server. The server we run is a patched (PaperMC) server, I think some of those patches might be for performance. There's also the java flags we use, someone once figured out the optimal memory/gc etc flags to run a MC server, and folks have been cargo culting them ever since 😂 so those are the two main reasons I can think of.
Trying with the flags in the article doesn't seem to make much difference. Trying with the flags that the workshop server is started doesn't work, the launch crashes.
Anyway, I am not going to play this in single player mode anyway, so I don't need to solve anything. I was just curious about the huge performance diff.