Find Jobs
Hire Freelancers

Spring Boot Service problem with memory. Check program.

€30-250 EUR

Kapalı
İlan edilme: 4 ay önce

€30-250 EUR

Teslimde ödenir
I am looking for an experienced developer to help me resolve a memory leak issue in my Spring Boot Service. The project involves checking the program for any memory leaks and optimizing memory usage to ensure efficient performance. Key requirements for this project include: - Strong experience with Spring Boot and Java programming - Expertise in troubleshooting and resolving memory leak issues - Knowledge of memory management techniques and best practices - Familiarity with performance optimization and scalability considerations for large-scale applications The ideal candidate should have a proven track record in identifying and resolving memory leaks in Spring Boot applications, particularly in large-scale environments with more than 500 users. As the deadline for resolving this problem is flexible, there is ample time to thoroughly investigate and address the memory leak issue. However, promptness in delivering a solution is appreciated. If you have the necessary skills and experience to tackle this project, please submit your proposal along with relevant examples of your past work in memory leak detection and resolution.
Proje No: 37627126

Proje hakkında

41 teklif
Uzaktan proje
Son aktiviteden bu yana geçen zaman 3 ay önce

Biraz para mı kazanmak istiyorsunuz?

Freelancer'da teklif vermenin faydaları

Bütçenizi ve zaman çerçevenizi belirleyin
Çalışmanız için ödeme alın
Teklifinizin ana hatlarını belirleyin
Kaydolmak ve işlere teklif vermek ücretsizdir
41 freelancer bu proje için ortalama €175 EUR teklif veriyor
Kullanıcı Avatarı
Yo! I am an expert Kubernetes engineer with skills including Linux, Java, Software Testing, Kubernetes and Spring Boot. i am Self motivated professional with expertise in AWS, Azure, Kubernetes, EKS, GKE, Docker, Ansible and Jenkins, Circle CI, Bitbucket Pipelines. Expert in On-Premise Cloud configurations with Kubernetes. Expert in managing HIPAA(Health Care), E-commerce, CMS, VOD, Finance, Education and PCI application infrastructures. 10+ years of experience. Migrated and managed 350+ applications on AWS, Google and Azure. Provided DevOps services for Fortune 500 companies. Lead multiple teams for DevOps services. Helped large scale Enterprise and E-commerce companies to take advantage of Cloud and MicroServices. Agile Migrations. Technical Skills: 1. AWS, GCP, Azure 2. Docker, Kubernetes, Helm, Rancher, Istio, ECS, EKS 3. Postgres, MySQL, DynamoDB, Aurora, Mongo 4. Jenkins, Circle CI, Bamboo, Travis CI, AWS Code Pipelines, Bitbucket Pipeline 5. Linux, Windows, MAAS, Vagrant, VmWare 6. Networking, VPN, DNS, SSL 7. Apache, Nginx, Tomcat, HAproxy, Varnish 8. ELK, GrayLog, Splunk, PaperTrail. 9. Redis, Memcache 10. Nagios, Zabbix, NewRelic, DataDog, Grafana, Promethious 12. Bash, Python scripting, Ansible 13. Stack Knowledge - Java, LAMP, Node.Js, Python, RoR, Wordpress, Dupal, Magento. My mission is to help people and companies with: - Developing scalable, reliable, secured and supportable products - Develop DevOps tool chain - Automate operations and processes of business Please contact me to discuss more regarding this project. Thank you
€136 EUR 4 gün içinde
4,6 (8 değerlendirme)
5,4
5,4
Kullanıcı Avatarı
Hi,Hope you're doing blissful! I've Gone through with the requirements and I'm sure I can provide you best on this with my skills and experience. Lets have chat on this.
€180 EUR 7 gün içinde
4,9 (33 değerlendirme)
5,2
5,2
Kullanıcı Avatarı
Hello Client ! I am a skilled full stack developer. Having rich experience in Java , Python , C , C++ , C# , Eclipse , Sql , Mysql , .Net ,Oracle , Object Oriented Programming , Data Structure , Algorithms . I have a perfect grip on “Automation” , and work in “Machine Learning” Deep Learning ”. I want to assure you that these are my areas of expertise and I can do any work related. Here I am also assuring you that the quality of work will not be compromised . I am able for work full time on your time zone and start work right now . Please send me a message for further Details . Thanks and Best Regards
€40 EUR 2 gün içinde
4,9 (13 değerlendirme)
4,4
4,4
Kullanıcı Avatarı
Hi Respected Client . Professional Java developer here with 5+ years experience. As I only do JAVA projects and you can see it from my profile too so I have firm belief on myself. Looking forward to discuss you with more. Kindly drop me message and believe me you will not regret. . I assured you that I will do your task with full dedication and will always be there until you satisfied from results as I believe in building loyal relations with my clients. . Regards Gulshair
€100 EUR 7 gün içinde
5,0 (14 değerlendirme)
4,3
4,3
Kullanıcı Avatarı
Hola, Hi, I'm software engineer with more than 13 years of experience, also, I'm expert in Java with certification at profefessional and master levels by Oracle. My proposals include : 1 - Analysis of code 2 - Analysis of application using Application Monitoring Tools 3 - Identify issues 4 - Solve issues 5 - Documentation and release. I'm 100% available for the projects.
€1.000 EUR 7 gün içinde
5,0 (3 değerlendirme)
4,2
4,2
Kullanıcı Avatarı
hello i am available to work on this task, and i have 6+ years experience in it and web devloppment contact me for more details on the task in chat am available to work on it. best regards
€140 EUR 7 gün içinde
5,0 (7 değerlendirme)
3,5
3,5
Kullanıcı Avatarı
Hi there, I hope you are good. I have read the brief details of your project. I have rich experience doing similar jobs from past few years regarding to these skills Software Testing, Java, Kubernetes, Linux and Spring Boot. You can check my portfolio as well: https://www.freelancer.com/u/Sidrairfan078 Lets start chat, So we could discuss it in detail and finalize the timeline and budget after discussing requirements. Thanks! Sidra
€155 EUR 8 gün içinde
5,0 (2 değerlendirme)
3,7
3,7
Kullanıcı Avatarı
Hello, I read your project details and really interested in your mentioned job. I have 5+ years’ experience doing similar jobs related to these skills Spring Boot, Java, Kubernetes, Software Testing and Linux. I think its doable job, and really confident to do that. Please start the chart so we have detail discussion about task and finalize it as per your timeline. Regards Umair
€250 EUR 7 gün içinde
4,9 (5 değerlendirme)
3,1
3,1
Kullanıcı Avatarı
Hi, Here are my approach: I'll use following solutions one by one or combine them. #1. Use Profiling Tools(VisualVM, YourKit, or JProfiler) @Bean public ApplicationRunner memoryLeakDetectionRunner() { return args -> { ... #2. Heap Dump Analysis: @Scheduled(fixedRate = 3600000) public void generateHeapDump() { ... #3. Monitoring with Actuator: management: endpoints: web: exposure: include: health, metrics, prometheus ... #4. Integrate leak detection libraries like jHiccup or Hunt... #5. Review Code for Memory Management #6. Optimize Object Caching @Cacheable(value = "myCache", key = "#id") public Object getCachedObjectById(Long id) { ... #7. Review Dependencies and Libraries... What do you think about that?
€300 EUR 3 gün içinde
5,0 (2 değerlendirme)
2,7
2,7
Kullanıcı Avatarı
Hi, I have around 9+ yrs of exp in java/j2ee and mainly worked in java8, Spring boot, Spring MVC, JPA/Hibernate, SQL and NoSQL databases. We can discuss more details over the chat.
€140 EUR 7 gün içinde
5,0 (10 değerlendirme)
2,5
2,5
Kullanıcı Avatarı
Hi, I have 10+ years of experience in java and micro service. I can work on your task and complete it in time. Kindly message me on chat to work. Regards. Jhsoftwares
€40 EUR 1 gün içinde
5,0 (1 değerlendirme)
2,4
2,4
Kullanıcı Avatarı
Dear client, I hope this message finds you well. I am writing to express my keen interest in your project seeking an experienced developer to address a memory leak issue in your Spring Boot Service. With a robust background in Spring Boot and Java programming, I have successfully resolved similar challenges in the past, particularly in large-scale environments with over 500 users. My expertise extends to troubleshooting and resolving memory leak issues, employing effective memory management techniques and adhering to best practices. I am well-versed in performance optimization and scalability considerations, ensuring efficient operations for substantial applications. I am confident that my proven track record in identifying and rectifying memory leaks aligns seamlessly with your project requirements. I am enthusiastic about the opportunity to contribute to the success of your project and would be pleased to provide relevant examples of my past work in memory leak detection and resolution. I assure you of my dedication to thoroughly investigate and address the issue promptly. Best Wishes, Ric
€140 EUR 7 gün içinde
5,0 (2 değerlendirme)
2,1
2,1
Kullanıcı Avatarı
Hello Team, I have gone through whole requirement and understood. FYI I have around 15+ years of experience in Web based application development using Java J2EE technologies, mostly we have worked on backend development using Java based technologies. We are having exposure on multiple domains like Banking, Education , payment and Health care etc. Having experience in code Optimization, memory leak issues etc. If you want to connect to discuss more about your requirement, please ping me Thank you.
€240 EUR 7 gün içinde
5,0 (2 değerlendirme)
1,7
1,7
Kullanıcı Avatarı
Hello Luis C., I’ve carefully checked your requirements and really interested in this job. I can complete your project on time and your will experience great satisfaction with me. I have rich experienced in Software Testing, Kubernetes, Linux, Spring Boot and Java. I’m ready to discuss your project and start immediately. Looking forward to hearing you back and discussing all details. Thanks and Regards. Evgenia.
€150 EUR 2 gün içinde
0,0 (0 değerlendirme)
0,0
0,0
Kullanıcı Avatarı
Hello there Luis C., Good afternoon ! Are you looking for an expert AI Engineer with strong expertise in full stack? I’m Oscar Williams and having more than 7 years of experience as an AI/ML Engineer with and 5 years of experience as a full stack developer. Knowledgeable with AI/ML algorithms including Computer Vision, Natural Language Processing, and Generative AI and frontend, and backend development. so I have rich experienced in Kubernetes, Spring Boot, Java, Linux and Software Testing. I think its best to discuss directly and let me know if you have any other requirements. Looking forward to hearing you back and discussing all details.. Your Sincerely
€155 EUR 6 gün içinde
0,0 (0 değerlendirme)
0,0
0,0
Kullanıcı Avatarı
Hello, Greetings Luis C., I hope you're doing well. I have read your description and I understand all your requirements. I am skilled software engineer with skills including Software Testing, Kubernetes, Spring Boot, Linux and Java. Please send a message to discuss more about this project. Thanks & Regards
€30 EUR 2 gün içinde
0,0 (0 değerlendirme)
0,0
0,0
Kullanıcı Avatarı
Hello Luis C. I've just completed a thorough review of your project Spring Boot Service problem with memory. Check program. initial details. I extend a warm invitation for you to explore my profile, assess my skill set, peruse my extensive portfolio of past accomplishments, and delve into the testimonials from highly satisfied clients. This comprehensive overview should instill confidence in my suitability for this role. Let me take this opportunity to showcase my Expertise: My diverse skill set equips me to adeptly handle a broad spectrum of projects, including:  Web Development  Mobile app development (for both iOS and Android)  ESM solutions  E-learning platforms  Online stores  API configurations  UI/UX Design  Quality Assurance With over 13 years of industry experience with Kubernetes, Software Testing, Java, Linux and Spring Boot,i have earned my reputation by successfully delivering in excess of 300 projects on different Freelance Platforms. My commitment revolves around adhering to project timelines, an unwavering pursuit of quality, and an unswerving focus on exceeding customer expectations. We eagerly anticipate your response. Warm regards, Faisal Hussain
€155 EUR 11 gün içinde
0,0 (0 değerlendirme)
0,0
0,0
Kullanıcı Avatarı
Hi, My main reason for bidding for this project is due to the nature of the request and my personal interest in providing you with a sound solution. I have ample experience when dealing with Java memory leak issues. My steps would be to.. 1.) Do a root cause analysis using a profiling tool. 2.) Apply a fix according to the identified performance issue. 3.) Provide you with a report on areas where there could be future issue and room for improvement. Best Regards, SupunG
€200 EUR 7 gün içinde
0,0 (0 değerlendirme)
0,0
0,0
Kullanıcı Avatarı
Hello, With my extensive background in Java programming and full stack development, I can confidently say that resolving memory leak issues is a task I excel at. Throughout my career, I have routinely worked on large-scale applications with numerous users, therefore I am intimately familiar with the scalability and performance optimization needs of such projects. In addition to my proficiency in Spring Boot and Java, I also possess a deep understanding of memory management techniques that enable me to skillfully troubleshoot and resolve memory leaks. My knowledge in this area is complemented by my expertise with various databases including MySQL, MS SQL, PostgreSQL, Mongo DB, Firebase, and AWS RDS Management which are crucial for optimizing any backend service. To further guarantee your satisfaction with my work, I can provide solid references that attest to my successes in detecting and solving memory issues in complex programs. With me onboard, you have more than just an extra pair of hands; you have a reliable partner who is invested in your project's success. Regards, Janith.
€100 EUR 3 gün içinde
0,0 (0 değerlendirme)
0,0
0,0
Kullanıcı Avatarı
Hi sir/madam. I just completed reading all requirements & description carefully regarding Spring boot services to check and optimizing the program, I have 5years+ Experience in Java, Software architecture, Spring boot, linux. If you hire me i will give you free revisions till you are satisfied, Follow all the requirements troubleshot if any kind of problem occur during my work, Give this project my 100% work and dedication and also give a quick turnaround. While i believe I have some quick questions over the chat regarding these requirments before We start the project. Moreover, If you are looking for a Motivated safe set of hands to take the weight of this project off your shoulder and to work with you to get the done right then lets have a chat. looking forward. Thanks Regards faraz
€160 EUR 7 gün içinde
0,0 (0 değerlendirme)
0,0
0,0

Müşteri hakkında

   SPAIN bayrağı
Valencia, Spain
5,0
32
Ödeme yöntemi onaylandı
Eki 21, 2014 tarihinden bu yana üye

Müşteri Doğrulaması

Teşekkürler! Ücretsiz kredinizi talep etmeniz için size bir bağlantı gönderdik.
E-postanız gönderilirken bir şeyler yanlış gitti. Lütfen tekrar deneyin.
Kayıtlı Kullanıcı İlan Edlien Toplam İş
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Ön izleme yükleniyor
Coğrafik konum için izin verildi.
Giriş oturumunuzun süresi doldu ve çıkış yaptınız. Lütfen tekrar giriş yapın.