Bitcoin Forum
May 08, 2024, 03:30:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 [234] 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170603 times)
killakem
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
September 01, 2014, 08:10:44 PM
 #4661

I have an 8 Core I7 and its only using 33%. Memory usage is 500mb but I have 32GB.


C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate XXXXXXXXXXXXXXXXX 1 4000000 8191 16

(Assuming its a 8-core 16 thread cpu)

Thanks!! it has 8 threads so i will drop it down.

Do you know how to restart plotting if you stop it?

If you stop a plot before it finishes, there's not really a way to 'resume' (other than calculating the ending nonce, and then merging the files). However, it doesn't matter, you can just start generating the next plot as you would if the previous plot finished correctly. The only issue is overlapping plots, but gaps mean nothing, all that matters is the total number of nonces. Smiley

Thanks!! How do i find the the current plot number?

Is there no IRC chan for Burst? You need one!


In the standard naming convention for plotfiles, you have:
address_startingNonce_noncesInFile_noncesPerRound
In the above, add the startingNonce to the noncesInFile (both from your most recent plot) to get the next startingNonce for your next plot.

So for example, if your most recent (aka highest startingNonce) file looked like this:
address_4095500_4095500_8191
Then your next plot should be
address_8191000_4095500_8191
Where 4095500 controls the size of that file (in this case, 1TB) and 8191 controls the amount of RAM used in generation (2GB with the linux plotter), and where 'address' is representative of your actual numerical address (which is generated by run_dump).


You my friend, are a legend. I get it now! Only issue i can see is if you stopped the plotting like me the file name will not be correct as it presumes it plotted to the height you specified.
1715182259
Hero Member
*
Offline Offline

Posts: 1715182259

View Profile Personal Message (Offline)

Ignore
1715182259
Reply with quote  #2

1715182259
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715182259
Hero Member
*
Offline Offline

Posts: 1715182259

View Profile Personal Message (Offline)

Ignore
1715182259
Reply with quote  #2

1715182259
Report to moderator
1715182259
Hero Member
*
Offline Offline

Posts: 1715182259

View Profile Personal Message (Offline)

Ignore
1715182259
Reply with quote  #2

1715182259
Report to moderator
killakem
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
September 01, 2014, 08:12:44 PM
 #4662

I have an 8 Core I7 and its only using 33%. Memory usage is 500mb but I have 32GB.


C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate XXXXXXXXXXXXXXXXX 1 4000000 8191 16

(Assuming its a 8-core 16 thread cpu)

When i execute with these settings i get the below error.

Uncaught error from thread [default-akka.actor.default-dispatcher-4] shutting do
wn JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[default]
java.lang.OutOfMemoryError: Java heap space
        at pocminer.GenerateSupr.init(GenerateSupr.java:61)
        at pocminer.GenerateSupr.preStart(GenerateSupr.java:55)
        at akka.actor.Actor$class.aroundPreStart(Actor.scala:470)
        at akka.actor.UntypedActor.aroundPreStart(UntypedActor.scala:97)
        at akka.actor.ActorCell.create(ActorCell.scala:580)
        at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:456)
        at akka.actor.ActorCell.systemInvoke(ActorCell.scala:478)
        at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:263)
        at akka.dispatch.Mailbox.run(Mailbox.scala:219)
        at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(Abst
ractDispatcher.scala:393)
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool
.java:1339)
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:19
79)
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThre
ad.java:107)
evoked22
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
September 01, 2014, 08:13:58 PM
 #4663

Guys,

Can you create your plots on linux and then mine on Windows?

Also if i have 16TB across 5 drives, 4x2TB 2x4TB. How should i create the plots? per TB? per drive?

Anyone know the answer to the above?

Also, is there an IRC channel??

Thanks in advance
Cryptomizer

Not sure if this is the one but there is #burstcoin on the irc.freenode network.

If that is not it please lets create one Smiley

SnZN5o2ePUgtr9roQyavBC3r41vz7p63ne
altcore
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
September 01, 2014, 08:15:08 PM
 #4664


Can you please take a look at the generator as well? Maybe you have a bit more luck in compiling it for windows Cheesy

Thanks

I'm not good at cross-platform programming. But I managed to compile. Unfortunately the rate hasn't increased. Had to replace library shabal.s to a different version. Maybe because of this.


And it isn't working btw

Code:
'merge.exe' is not recognized as an internal or external command, operable program or batch file.

Tested on 3 different computers.
fanepatent
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
September 01, 2014, 08:20:05 PM
 #4665


Can you please take a look at the generator as well? Maybe you have a bit more luck in compiling it for windows Cheesy

Thanks

I'm not good at cross-platform programming. But I managed to compile. Unfortunately the rate hasn't increased. Had to replace library shabal.s to a different version. Maybe because of this.


And it isn't working btw

Code:
'merge.exe' is not recognized as an internal or external command, operable program or batch file.

Tested on 3 different computers.

Nevermind. In my haste to test it I forgot I was in the downloads folder and had no plot file there...

BURST - BURST-58XP-63WY-XSVQ-ASG9A
killakem
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
September 01, 2014, 08:31:51 PM
 #4666

I have an 8 Core I7 and its only using 33%. Memory usage is 500mb but I have 32GB.


C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate XXXXXXXXXXXXXXXXX 1 4000000 8191 16

(Assuming its a 8-core 16 thread cpu)

When i execute with these settings i get the below error.

Uncaught error from thread [default-akka.actor.default-dispatcher-4] shutting do
wn JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[default]
java.lang.OutOfMemoryError: Java heap space
        at pocminer.GenerateSupr.init(GenerateSupr.java:61)
        at pocminer.GenerateSupr.preStart(GenerateSupr.java:55)
        at akka.actor.Actor$class.aroundPreStart(Actor.scala:470)
        at akka.actor.UntypedActor.aroundPreStart(UntypedActor.scala:97)
        at akka.actor.ActorCell.create(ActorCell.scala:580)
        at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:456)
        at akka.actor.ActorCell.systemInvoke(ActorCell.scala:478)
        at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:263)
        at akka.dispatch.Mailbox.run(Mailbox.scala:219)
        at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(Abst
ractDispatcher.scala:393)
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool
.java:1339)
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:19
79)
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThre
ad.java:107)

Has anyone encountered the above?
omgbossis21
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
September 01, 2014, 08:35:46 PM
 #4667

Same thing happened to me and I should of had enough memory, wasn't sure if it was a java 32bit/64bit thing or what.  Had to settle with memory at 1048 I believe.  To be fair with everything running I have around 60+  ram usuage but should of easily been able to reserve 2gb. 
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
September 01, 2014, 08:55:16 PM
 #4668

I have an 8 Core I7 and its only using 33%. Memory usage is 500mb but I have 32GB.


C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate XXXXXXXXXXXXXXXXX 1 4000000 8191 16

(Assuming its a 8-core 16 thread cpu)

When i execute with these settings i get the below error.

Uncaught error from thread [default-akka.actor.default-dispatcher-4] shutting do
wn JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[default]
java.lang.OutOfMemoryError: Java heap space
        at pocminer.GenerateSupr.init(GenerateSupr.java:61)
        at pocminer.GenerateSupr.preStart(GenerateSupr.java:55)
        at akka.actor.Actor$class.aroundPreStart(Actor.scala:470)
        at akka.actor.UntypedActor.aroundPreStart(UntypedActor.scala:97)
        at akka.actor.ActorCell.create(ActorCell.scala:580)
        at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:456)
        at akka.actor.ActorCell.systemInvoke(ActorCell.scala:478)
        at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:263)
        at akka.dispatch.Mailbox.run(Mailbox.scala:219)
        at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(Abst
ractDispatcher.scala:393)
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool
.java:1339)
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:19
79)
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThre
ad.java:107)

Has anyone encountered the above?

Yeah, change -Xms1000m to -Xms4000m to allocate more memory.

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
September 01, 2014, 08:55:54 PM
 #4669

I have an 8 Core I7 and its only using 33%. Memory usage is 500mb but I have 32GB.


C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate XXXXXXXXXXXXXXXXX 1 4000000 8191 16

(Assuming its a 8-core 16 thread cpu)

Thanks!! it has 8 threads so i will drop it down.

Do you know how to restart plotting if you stop it?

If you stop a plot before it finishes, there's not really a way to 'resume' (other than calculating the ending nonce, and then merging the files). However, it doesn't matter, you can just start generating the next plot as you would if the previous plot finished correctly. The only issue is overlapping plots, but gaps mean nothing, all that matters is the total number of nonces. Smiley

Thanks!! How do i find the the current plot number?

Is there no IRC chan for Burst? You need one!


In the standard naming convention for plotfiles, you have:
address_startingNonce_noncesInFile_noncesPerRound
In the above, add the startingNonce to the noncesInFile (both from your most recent plot) to get the next startingNonce for your next plot.

So for example, if your most recent (aka highest startingNonce) file looked like this:
address_4095500_4095500_8191
Then your next plot should be
address_8191000_4095500_8191
Where 4095500 controls the size of that file (in this case, 1TB) and 8191 controls the amount of RAM used in generation (2GB with the linux plotter), and where 'address' is representative of your actual numerical address (which is generated by run_dump).


You my friend, are a legend. I get it now! Only issue i can see is if you stopped the plotting like me the file name will not be correct as it presumes it plotted to the height you specified.

Yup, that's why you get errors in reading the files, but they're harmless, just noting that the plot file isn't complete. Smiley

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
killakem
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
September 01, 2014, 09:00:10 PM
 #4670

I have an 8 Core I7 and its only using 33%. Memory usage is 500mb but I have 32GB.


C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate XXXXXXXXXXXXXXXXX 1 4000000 8191 16

(Assuming its a 8-core 16 thread cpu)

When i execute with these settings i get the below error.

Uncaught error from thread [default-akka.actor.default-dispatcher-4] shutting do
wn JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[default]
java.lang.OutOfMemoryError: Java heap space
        at pocminer.GenerateSupr.init(GenerateSupr.java:61)
        at pocminer.GenerateSupr.preStart(GenerateSupr.java:55)
        at akka.actor.Actor$class.aroundPreStart(Actor.scala:470)
        at akka.actor.UntypedActor.aroundPreStart(UntypedActor.scala:97)
        at akka.actor.ActorCell.create(ActorCell.scala:580)
        at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:456)
        at akka.actor.ActorCell.systemInvoke(ActorCell.scala:478)
        at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:263)
        at akka.dispatch.Mailbox.run(Mailbox.scala:219)
        at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(Abst
ractDispatcher.scala:393)
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool
.java:1339)
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:19
79)
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThre
ad.java:107)

Has anyone encountered the above?

Yeah, change -Xms1000m to -Xms4000m to allocate more memory.

Did as suggested and now get the below error.

Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Thanks for your help
Depredation
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
September 01, 2014, 09:00:57 PM
 #4671

Burst has the most volume on c-cex!  Grin

                              ▄█▄         ▄█▄
                            ▄████▀      ▄████▀
                          ▄████▀      ▄████▀
                        ▄████▀      ▄████▀
                      ▄████▀      ▄████▀
                    ▄████▀      ▄████▀
 ▄█▄          ▄      ▀█▀      ▄████▀
▀████▄      ▄███▄           ▄████▀
  ▀████▄     ▀████▄       ▄████▀
    ▀████▄     ▀████▄   ▄████▀
      ▀████▄     ▀████▄████▀
        ▀████▄     ▀█████▀
          ▀█▀        ▀█▀
.verify.▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
September 01, 2014, 09:02:22 PM
 #4672

there is a place where i can see the diff of this, some general stats?
Depredation
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
September 01, 2014, 09:03:42 PM
 #4673

there is a place where i can see the diff of this, some general stats?
http://burst.cryptoport.io/
(click stat at the top for diff)

                              ▄█▄         ▄█▄
                            ▄████▀      ▄████▀
                          ▄████▀      ▄████▀
                        ▄████▀      ▄████▀
                      ▄████▀      ▄████▀
                    ▄████▀      ▄████▀
 ▄█▄          ▄      ▀█▀      ▄████▀
▀████▄      ▄███▄           ▄████▀
  ▀████▄     ▀████▄       ▄████▀
    ▀████▄     ▀████▄   ▄████▀
      ▀████▄     ▀████▄████▀
        ▀████▄     ▀█████▀
          ▀█▀        ▀█▀
.verify.▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
September 01, 2014, 09:05:00 PM
 #4674

I have an 8 Core I7 and its only using 33%. Memory usage is 500mb but I have 32GB.


C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate XXXXXXXXXXXXXXXXX 1 4000000 8191 16

(Assuming its a 8-core 16 thread cpu)

When i execute with these settings i get the below error.

Uncaught error from thread [default-akka.actor.default-dispatcher-4] shutting do
wn JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[default]
java.lang.OutOfMemoryError: Java heap space
        at pocminer.GenerateSupr.init(GenerateSupr.java:61)
        at pocminer.GenerateSupr.preStart(GenerateSupr.java:55)
        at akka.actor.Actor$class.aroundPreStart(Actor.scala:470)
        at akka.actor.UntypedActor.aroundPreStart(UntypedActor.scala:97)
        at akka.actor.ActorCell.create(ActorCell.scala:580)
        at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:456)
        at akka.actor.ActorCell.systemInvoke(ActorCell.scala:478)
        at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:263)
        at akka.dispatch.Mailbox.run(Mailbox.scala:219)
        at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(Abst
ractDispatcher.scala:393)
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool
.java:1339)
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:19
79)
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThre
ad.java:107)

Has anyone encountered the above?

Yeah, change -Xms1000m to -Xms4000m to allocate more memory.

Did as suggested and now get the below error.

Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Thanks for your help

How much free memory do you have in your machine? 4000m will require nearly 4GB of free RAM to allocate properly. If you don't have sufficient memory for this, just change '8191' to '1024'.

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
omgbossis21
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
September 01, 2014, 09:06:53 PM
 #4675

#1 coin on ccex, crashing the server lol
kitey
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
September 01, 2014, 09:33:10 PM
 #4676

any one khow how long for the blockchain download seems to stall ?

thanks
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
September 01, 2014, 09:41:45 PM
 #4677

any one khow how long for the blockchain download seems to stall ?

thanks

Shouldn't take longer than an hour even on slow internet connections. What block are you on?

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
killakem
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
September 01, 2014, 09:44:51 PM
 #4678

I have an 8 Core I7 and its only using 33%. Memory usage is 500mb but I have 32GB.


C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate XXXXXXXXXXXXXXXXX 1 4000000 8191 16

(Assuming its a 8-core 16 thread cpu)

When i execute with these settings i get the below error.

Uncaught error from thread [default-akka.actor.default-dispatcher-4] shutting do
wn JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[default]
java.lang.OutOfMemoryError: Java heap space
        at pocminer.GenerateSupr.init(GenerateSupr.java:61)
        at pocminer.GenerateSupr.preStart(GenerateSupr.java:55)
        at akka.actor.Actor$class.aroundPreStart(Actor.scala:470)
        at akka.actor.UntypedActor.aroundPreStart(UntypedActor.scala:97)
        at akka.actor.ActorCell.create(ActorCell.scala:580)
        at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:456)
        at akka.actor.ActorCell.systemInvoke(ActorCell.scala:478)
        at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:263)
        at akka.dispatch.Mailbox.run(Mailbox.scala:219)
        at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(Abst
ractDispatcher.scala:393)
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool
.java:1339)
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:19
79)
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThre
ad.java:107)

Has anyone encountered the above?

Yeah, change -Xms1000m to -Xms4000m to allocate more memory.

Did as suggested and now get the below error.

Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Thanks for your help

How much free memory do you have in your machine? 4000m will require nearly 4GB of free RAM to allocate properly. If you don't have sufficient memory for this, just change '8191' to '1024'.

Thats the thing i have like 12GB free!! I have noticed in Task Manager that the process is the 32bit version. Should it not be using x64 so it can address the extra memory?
kitey
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
September 01, 2014, 09:46:32 PM
 #4679

any one khow how long for the blockchain download seems to stall ?

thanks

Shouldn't take longer than an hour even on slow internet connections. What block are you on?
2701 ?

# Blocks:   2'701
Last Block:   1624888768979215884   # Accounts:   425
Last Feeder:   142.4.211.170   # Unlocked Accounts:   0
Last Feeder Height:   7638   # Peers:   87
Total Memory:   730 MB   # Transactions:   3'617
Depredation
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
September 01, 2014, 09:47:33 PM
 #4680

any one khow how long for the blockchain download seems to stall ?

thanks

Shouldn't take longer than an hour even on slow internet connections. What block are you on?
2701 ?

# Blocks:   2'701
Last Block:   1624888768979215884   # Accounts:   425
Last Feeder:   142.4.211.170   # Unlocked Accounts:   0
Last Feeder Height:   7638   # Peers:   87
Total Memory:   730 MB   # Transactions:   3'617
You need to download the latest wallet. (1.0.3)

                              ▄█▄         ▄█▄
                            ▄████▀      ▄████▀
                          ▄████▀      ▄████▀
                        ▄████▀      ▄████▀
                      ▄████▀      ▄████▀
                    ▄████▀      ▄████▀
 ▄█▄          ▄      ▀█▀      ▄████▀
▀████▄      ▄███▄           ▄████▀
  ▀████▄     ▀████▄       ▄████▀
    ▀████▄     ▀████▄   ▄████▀
      ▀████▄     ▀████▄████▀
        ▀████▄     ▀█████▀
          ▀█▀        ▀█▀
.verify.▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
Pages: « 1 ... 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 [234] 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 ... 1315 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!