@@ -8,15 +8,14 @@ ;; NOTE: NOT ALL COMBINATIONS WORK ;; ;;====================================================================== ;; uncomment this block to test without tcp or cachedb -;; (dbfile:sync-method 'none) -;; (dbfile:cache-method 'none) -;; (rmt:transport-mode 'nfs) +(dbfile:sync-method 'none) +(dbfile:cache-method 'none) +(rmt:transport-mode 'nfs) ;; uncomment this block to test with tcp and cachedb -(dbfile:sync-method 'none) ;; original was causing crash on start. -(dbfile:cache-method 'none) -(rmt:transport-mode 'tcp) -;; (rmt:transport-mode 'nfs) +;; (dbfile:sync-method 'none) ;; original was causing crash on start. +;; (dbfile:cache-method 'none) +;; (rmt:transport-mode 'tcp)