Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-qywx-self
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
gic-qywx-self
Commits
d99a73c5
Commit
d99a73c5
authored
Oct 14, 2024
by
折木
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加模块镜像编译文件
parent
2d79e26e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Dockerfile
Dockerfile
+2
-0
No files found.
Dockerfile
View file @
d99a73c5
...
...
@@ -8,6 +8,8 @@ COPY jemalloc-5.3.0 /usr/local/jemalloc-5.3.0
RUN
cd
/usr/local/jemalloc-5.3.0/
&&
./configure
--prefix
=
/usr/local
&&
make
&&
make install
RUN
cat
/etc/ld.so.conf
RUN
sed
-i
'/^include \/etc\/ld.so.conf.d\/.*\.conf$/a /usr/local/lib'
/etc/ld.so.conf
ENV
export LD_PRELOAD=/usr/local/lib/libjemalloc.so
ENV
export MALLOC_CONF=narenas:1,lg_tcache_max:13,dirty_decay_ms:1000,muzzy_decay_ms:0
RUN
ldconfig
ADD
java.tar.gz /usr/local
RUN
echo
$PATH
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment