-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDebugging.html
More file actions
49 lines (47 loc) · 1.43 KB
/
Debugging.html
File metadata and controls
49 lines (47 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!-- saved from url=(0059)http://narvi.ro/coderdojo/index.php/Debugging?action=render -->
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body style="">
<h1>Debugging</h1>
<hr/>
<div class="mw-parser-output"><p>În spigot.yml change these values to higher values:
</p>
<pre>world-settings:
default:
max-tick-time:
tile: 60000000
entity: 60000000
settings:
timeout-time: 60000000
</pre>
<p>Debug parameters:
</p>
<pre>java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4020 -jar spigot-1.11.2.jar
</pre>
<!--
NewPP limit report
Cached time: 20191223065806
Cache expiry: 86400
Dynamic content: false
CPU time usage: 0.009 seconds
Real time usage: 0.010 seconds
Preprocessor visited node count: 7/1000000
Preprocessor generated node count: 44/1000000
Post‐expand include size: 0/2097152 bytes
Template argument size: 0/2097152 bytes
Highest expansion depth: 2/40
Expensive parser function count: 0/100
Unstrip recursion depth: 0/20
Unstrip post‐expand size: 278/5000000 bytes
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00% 0.000 1 -total
-->
<!-- Saved in parser cache with key callist1_wiki-mwut_:pcache:idhash:99-1!canonical and timestamp 20191223065806 and revision id 1558
-->
</div>
</body>
</html>