You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/09/29 02:17:47 UTC

[GitHub] [incubator-shardingsphere] Zhangkaiqiang edited a comment on issue #3140: sharding-jdbc batch insert Native memory allocation (mmap) failed to map

Zhangkaiqiang edited a comment on issue #3140: sharding-jdbc batch insert Native memory allocation (mmap) failed to map 
URL: https://github.com/apache/incubator-shardingsphere/issues/3140#issuecomment-536241046
 
 
   done change pom will solve the problom
   <dependency>
       <groupId>org.apache.shardingsphere</groupId>
       <artifactId>sharding-jdbc-core</artifactId>
       <version>4.0.0-RC2</version>
   </dependency>
         <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>sharding-jdbc-spring-namespace</artifactId>
               <version>4.0.0-RC2</version>
           </dependency>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services